Save component format

Description

Specify if the Grid component should be saved as a binary file or as formatted JSON.

Discussion

Grid Components can be saved as formatted JSON or binary data. Formatted JSON saves the properties in clear text. This is useful if you are using some type of source or version control system and the system has a method to show differences between versions.

The compiled file used to publish the Grid is always saved as binary. This is because a binary file has a smaller size than a JSON file.

File Format
Description
Binary

Saves the Grid Component in a binary format. This is the default format used to save Grid Components.

Formatted JSON

Saves the Grid Component in a JSON format.

The storage format for multiple Grid Components can changed by performing a Change Component storage type bulk operation. Select the 'Edit, Bulk Operation, Change Component storage type' menu option when the Web Control Panel has focus.

See Also